home *** CD-ROM | disk | FTP | other *** search
- object SimpleForm: TSimpleForm
- Left = 276
- Top = 130
- BorderStyle = bsDialog
- Caption = 'Mail eXtension Session FORM'
- ClientHeight = 205
- ClientWidth = 421
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object Label1: TLabel
- Left = 144
- Top = 24
- Width = 213
- Height = 16
- Caption = '(Introduce a List: Name1;Name2;etc)'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 116
- Height = 16
- Caption = 'Address to Resolve:'
- end
- object Label3: TLabel
- Left = 8
- Top = 88
- Width = 96
- Height = 16
- Caption = 'Recipient Count:'
- end
- object szCount: TLabel
- Left = 136
- Top = 88
- Width = 105
- Height = 17
- AutoSize = False
- end
- object szNames: TEdit
- Left = 136
- Top = 48
- Width = 265
- Height = 24
- Hint = 'Recipient Name'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object btlResolve: TButton
- Left = 16
- Top = 120
- Width = 113
- Height = 25
- Hint = 'Resolve Current Names'
- Caption = 'Resolve Names'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = btlResolveClick
- end
- object Button2: TButton
- Left = 16
- Top = 160
- Width = 113
- Height = 25
- Hint = 'Fetch First Recipient'
- Caption = 'Fetch First'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 152
- Top = 120
- Width = 113
- Height = 25
- Hint = 'Add Resolved names'
- Caption = 'Add Resolved'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 152
- Top = 160
- Width = 113
- Height = 25
- Hint = 'Fetch Next Recipient'
- Caption = 'Fetch neXt'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 288
- Top = 120
- Width = 113
- Height = 25
- Hint = 'Display the Address Dialog'
- Caption = 'Address Dlg'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 288
- Top = 160
- Width = 113
- Height = 25
- Hint = 'Delete Current Recipient'
- Caption = 'Delete Recipient'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- OnClick = Button6Click
- end
- object btnLogin: TButton
- Left = 16
- Top = 8
- Width = 97
- Height = 25
- Hint = 'Sign On your Mail System'
- Caption = 'Login'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- OnClick = btnLoginClick
- end
- object MXForm1: TMXForm
- Left = 136
- Top = 4
- Width = 169
- Height = 18
- MXFormName = 'FormTag2'
- end
- object MXSession1: TMXSession
- Left = 372
- Top = 8
- Width = 30
- Height = 30
- Custom = 'Push ... for Custom Properties'
- end
- object MXMessage1: TMXMessage
- Left = 272
- Top = 84
- Width = 30
- Height = 30
- Custom = 'Push ... for Custom Properties'
- BindString = 'MXSession1'
- TimeFormat = '%m/%d/%y'
- end
- object MXRecipient1: TMXRecipient
- Left = 360
- Top = 80
- Width = 30
- Height = 30
- Custom = 'Push ... for Custom Properties'
- BindString = 'MXMessage1'
- end
- end
-